Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface DrawPassProvider
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EventDispatcher(validEventTypes: List<Regex> = listOf(Regex(".*")), triggerLastEvent: Boolean = false)
Link copied to clipboard
Link copied to clipboard
data class LayerEvents(val show: LayerEvents.ShowEvent, val hide: LayerEvents.HideEvent, val tileLoad: LayerEvents.TileLoadEvent, val tileError: LayerEvents.TileErrorEvent, val tileDiscard: LayerEvents.TileDiscardEvent, val loadStart: LayerEvents.LoadStartEvent, val loadComplete: LayerEvents.LoadCompleteEvent, val paintChange: LayerEvents.PaintChangeEvent)
Link copied to clipboard